In here are the list of things I did for a particular hour or day. Also included here are the screenshots of games I played, or videos I watched or listened to, or just random things I stumbled upon. I'll occasionally write down what I'm thinking, or things I'm planning to do.
Modified the build action so that local links with filename parameters will be included in the build files. I also updated converted the .gif files to mp4, which reduced the overall size from ~100MB to 20MB. Even though I only worked for about an hour or two, I feel like I got a lot of things done. Useless stuffs to be sure, but at least I felt productive. Also, the owl has just finished singing.
Finished the pagination. In my previous site generator, I used query parameters for the page numbers, but this time I used a custom file parameters, such as:
/page[page=1,param=2,xyz=foo].html
This way, the local links will be the same on dev server, and on the html build files. I also discovered that I can lazy load images by doing `<img loading="lazy" ... />.` This should at least reduce page load time and bandwidth usage. It's a nice work-around for not being able to generate thumbnails for the mean time.
site last updated on 2024-10-16 | created with moontpl